projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d9b74
)
Fix a small issue
author
Anders Carlsson
<andersca@src.gnome.org>
Sun, 4 Jul 2004 16:08:01 +0000
(16:08 +0000)
committer
Anders Carlsson
<andersca@src.gnome.org>
Sun, 4 Jul 2004 16:08:01 +0000
(16:08 +0000)
gtk/gtkiconview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkiconview.c
b/gtk/gtkiconview.c
index 22d5917b64e2fec433e54e0c892f2677d8a5865c..8ac72d48bf8320f87028534801556711fef3a283 100644
(file)
--- a/
gtk/gtkiconview.c
+++ b/
gtk/gtkiconview.c
@@
-45,7
+45,7
@@
(obj)->priv->text_column != -1 || \
(obj)->priv->markup_column != -1))
-struct _GtkIconViewItem
+typedef struct
{
gint ref_count;
@@
-66,7
+66,7
@@
struct _GtkIconViewItem
guint selected : 1;
guint selected_before_rubberbanding : 1;
-};
+}
GtkIconViewItem
;
struct _GtkIconViewPrivate
{